summaryrefslogtreecommitdiff
path: root/desktop/inc/app.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-13 23:26:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-13 23:26:48 +0200
commitf5051821bc5da0fa7b3de78d21aee305fce3d46b (patch)
tree7831807eec592a6471aac59c5f567ea82dd6a23e /desktop/inc/app.hxx
parentf7ea60218ae96cda55dc39073fac807df64f18de (diff)
Clean up function declarations and some unused functions
Change-Id: Ie35d71a03d2f89cd72836db21fac8746a9e85b09
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r--desktop/inc/app.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 4b171595eee2..67fc3fbd27a1 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -22,6 +22,7 @@
// stl includes first
#include <map>
+#include <boost/optional.hpp>
#include <boost/scoped_ptr.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <vcl/svapp.hxx>
@@ -188,6 +189,9 @@ class Desktop : public Application
static ResMgr* pResMgr;
};
+OUString GetURL_Impl(
+ const OUString& rName, boost::optional< OUString > const & cwdUrl );
+
}
#endif // INCLUDED_DESKTOP_INC_APP_HXX