apply additional translation result
authorjungmin76.park <jungmin76.park@samsung.com>
Thu, 24 Oct 2013 02:42:46 +0000 (11:42 +0900)
committerjungmin76.park <jungmin76.park@samsung.com>
Thu, 24 Oct 2013 04:39:51 +0000 (13:39 +0900)
Change-Id: I6571b951e73f7dd67080645e6a94494c98746768
Signed-off-by: jungmin76.park <jungmin76.park@samsung.com>
inc/FShellAppWidgetProviderManager.h
inc/FShellAppWidgetView.h
src/FShellAppWidgetManager.cpp
src/FShell_AppWidgetServiceRequestDispatcher.cpp

index f5b8f23..8bfbe3d 100644 (file)
@@ -53,7 +53,7 @@ class _OSP_EXPORT_ AppWidgetProviderManager
 public:
 
        /**
-        * Gets the AppWidget manager instance.
+        * Gets an the %AppWidgetProviderManager instance.
         *
         * @since                  2.1
         *
index 439fef3..9e5a812 100644 (file)
@@ -40,7 +40,7 @@ class AppWidgetProviderInfo;
 
 /**
  * @class      AppWidgetView
- * @brief      This class provides the view control for an %AppWidgetViewer.
+ * @brief      This class provides the view control for an AppWidgetViewer.
  * @since      2.1
  *
  * The %AppWidgetView class shows a buffer drawn by the AppWidgetProvider.
index fd6606b..f212736 100644 (file)
@@ -36,7 +36,6 @@
 
 using namespace std;
 using namespace Tizen::App;
-using namespace Tizen::App::Package;
 using namespace Tizen::Base;
 using namespace Tizen::Base::Collection;
 using namespace Tizen::Graphics;
index f2b8053..98f2851 100644 (file)
@@ -25,7 +25,6 @@
 #include <FBaseInteger.h>
 #include <FBaseDouble.h>
 #include <FBaseColHashMap.h>
-#include <FShellTypes.h>
 #include <FApp_ServiceAppImpl.h>
 #include "FShell_AppWidgetManagerProxy.h"
 #include "FShell_AppWidgetServiceRequestDispatcher.h"