summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/customcontrolfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/customcontrolfactory.hxx')
-rw-r--r--fpicker/source/win32/filepicker/customcontrolfactory.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/fpicker/source/win32/filepicker/customcontrolfactory.hxx b/fpicker/source/win32/filepicker/customcontrolfactory.hxx
index 868d21e720dc..46043b4cd745 100644
--- a/fpicker/source/win32/filepicker/customcontrolfactory.hxx
+++ b/fpicker/source/win32/filepicker/customcontrolfactory.hxx
@@ -30,17 +30,15 @@
class CCustomControl;
-class CCustomControlFactory
+namespace CCustomControlFactory
{
-public:
-
// The CCustomControl instances will be created on the heap
// and the client is responsible for deleting this instances
// (he adopts ownership)
- virtual CCustomControl* CreateCustomControl(HWND aControlHandle, HWND aParentHandle);
+ CCustomControl* CreateCustomControl(HWND aControlHandle, HWND aParentHandle);
- virtual CCustomControl* CreateCustomControlContainer();
-};
+ CCustomControl* CreateCustomControlContainer();
+}
#endif