summaryrefslogtreecommitdiff
path: root/sw/inc/SwNumberTreeTypes.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-13 08:25:34 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-13 08:25:34 +0000
commitde508f429defc4990b75463edde9ae1f88df07b4 (patch)
tree19e8cba1725150ea4962e72e1cf77b753653a1b4 /sw/inc/SwNumberTreeTypes.hxx
parent1dd3d5ae2318175b741a9f6d0a3913e414b0e652 (diff)
INTEGRATION: CWS swlists01 (1.1.2); FILE ADDED
2008/05/09 12:32:12 od 1.1.2.2: #i86732# new license header 2008/03/06 09:27:26 od 1.1.2.1: #i86732# refactoring: new include for numbering tree types in order to minimize dependencies
Diffstat (limited to 'sw/inc/SwNumberTreeTypes.hxx')
-rw-r--r--sw/inc/SwNumberTreeTypes.hxx42
1 files changed, 42 insertions, 0 deletions
diff --git a/sw/inc/SwNumberTreeTypes.hxx b/sw/inc/SwNumberTreeTypes.hxx
new file mode 100644
index 000000000000..cb2a5ed98891
--- /dev/null
+++ b/sw/inc/SwNumberTreeTypes.hxx
@@ -0,0 +1,42 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2008 by Sun Microsystems, Inc.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: SwNumberTreeTypes.hxx,v $
+ * $Revision: 1.2 $
+ *
+ * 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_NUMBER_TREE_TYPES_HXX
+#define _SW_NUMBER_TREE_TYPES_HXX
+
+#include <vector>
+
+namespace SwNumberTree
+{
+ typedef long tSwNumTreeNumber;
+ typedef std::vector<tSwNumTreeNumber> tNumberVector;
+}
+
+#endif // _SW_NUMBER_TREE_TYPES_HXX