summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/customcontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/customcontrol.cxx')
-rw-r--r--fpicker/source/win32/filepicker/customcontrol.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/fpicker/source/win32/filepicker/customcontrol.cxx b/fpicker/source/win32/filepicker/customcontrol.cxx
index 3acba156b608..1e57e63d4b04 100644
--- a/fpicker/source/win32/filepicker/customcontrol.cxx
+++ b/fpicker/source/win32/filepicker/customcontrol.cxx
@@ -20,35 +20,23 @@
#include "customcontrol.hxx"
-
-
-
CCustomControl::~CCustomControl()
{
}
-
-
-
void SAL_CALL CCustomControl::AddControl(CCustomControl*)
{
// will be implemented by custom control containers
}
-
-
-
void SAL_CALL CCustomControl::RemoveControl(CCustomControl*)
{
// will be implemented by custom control containers
}
-
-
-
void SAL_CALL CCustomControl::RemoveAllControls()
{
// will be implemented by custom control containers