summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/controller
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-04-30 10:43:18 +0200
committerChristian Lippka <christian.lippka@sun.com>2010-04-30 10:43:18 +0200
commit66973bc3700b4593c93e3fe2667a37f915381e29 (patch)
treeff58818d50cf4e8064e45140853ab656985d25c2 /sd/source/ui/controller
parentrenaissance2: rebase m77 (diff)
downloadcore-66973bc3700b4593c93e3fe2667a37f915381e29.tar.gz
core-66973bc3700b4593c93e3fe2667a37f915381e29.zip
fixed unix compiler warnings
Diffstat (limited to 'sd/source/ui/controller')
-rw-r--r--[-rwxr-xr-x]sd/source/ui/controller/slidelayoutcontroller.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/controller/slidelayoutcontroller.hxx b/sd/source/ui/controller/slidelayoutcontroller.hxx
index 9e1c1692f953..5e76d3ad74c7 100755..100644
--- a/sd/source/ui/controller/slidelayoutcontroller.hxx
+++ b/sd/source/ui/controller/slidelayoutcontroller.hxx
@@ -44,6 +44,7 @@ public:
virtual ::rtl::OUString SAL_CALL getImplementationName() throw( ::com::sun::star::uno::RuntimeException );
virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() throw( ::com::sun::star::uno::RuntimeException );
+ using svt::PopupWindowController::createPopupWindow;
private:
bool mbInsertPage;
};