summaryrefslogtreecommitdiff
path: root/sw/inc/swhints.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swhints.hxx')
-rw-r--r--sw/inc/swhints.hxx36
1 files changed, 36 insertions, 0 deletions
diff --git a/sw/inc/swhints.hxx b/sw/inc/swhints.hxx
new file mode 100644
index 000000000000..c4a29135abcb
--- /dev/null
+++ b/sw/inc/swhints.hxx
@@ -0,0 +1,36 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+#ifndef SW_HINTS_HXX
+#define SW_HINTS_HXX
+
+#include <svl/smplhint.hxx>
+
+#define SW_BROADCASTID_START SFX_HINT_USER00
+#define SW_BROADCAST_DRAWVIEWS_CREATED SW_BROADCASTID_START
+
+
+#endif
efd9a812a0cda0bc4e9364e28c0339e'>tdf#94559: third step to remove rtti.hxxOliver Specht 2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin 2015-05-25remove some unnecessary casts and convert some to const_castNoel Grandin 2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann 2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist 2014-11-04Remove com::sun::star.Kohei Yoshida 2014-11-04Remove indirection...Kohei Yoshida 2014-11-04Apply pimpl to SdrPageWindow.Kohei Yoshida 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara 2014-09-30fdo#82577: Handle RegionNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-08-22Rectangle coordinates are long, not sal_Int32Stephan Bergmann 2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist 2014-02-26Remove visual noise from svxAlexander Wilms