summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/navigat.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-28 15:42:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-28 15:42:41 +0200
commit240ea11fe8e96cb4b86d83e887e9a2e69328a626 (patch)
tree31187317c94c23e9a55f2c435fe79a7a4b89531b /sfx2/source/dialog/navigat.cxx
parentf43d50d1e470dbfbadb4e90135069f0ca89d65c7 (diff)
Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
Change-Id: I786e07caf28b2f5f898b50fc2a46247d821248cf
Diffstat (limited to 'sfx2/source/dialog/navigat.cxx')
-rw-r--r--sfx2/source/dialog/navigat.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/source/dialog/navigat.cxx b/sfx2/source/dialog/navigat.cxx
index 66faa474d823..4c3f972bb15c 100644
--- a/sfx2/source/dialog/navigat.cxx
+++ b/sfx2/source/dialog/navigat.cxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <sal/config.h>
+
+#include <sfx2/bindings.hxx>
#include <sfx2/navigat.hxx>
#include <sfx2/sfx.hrc>
#include <sfx2/app.hxx>