summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/labelcfg.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 10:43:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 10:43:09 +0000
commit22c170ece5bd9ff00c12ae51723e2ceb946955e4 (patch)
treec587c96d30f4f97c261714186fe5f0b56e1563bc /sw/source/ui/envelp/labelcfg.cxx
parenteea4557afb107f73fc3fbb946104266957e80467 (diff)
INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED
2007/06/01 07:17:42 tl 1.12.222.3: #i69287# warning-free code 2007/04/11 07:03:22 tl 1.12.222.2: #i69287# warning-free code 2007/03/26 12:09:00 tl 1.12.222.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/ui/envelp/labelcfg.cxx')
-rw-r--r--sw/source/ui/envelp/labelcfg.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/envelp/labelcfg.cxx b/sw/source/ui/envelp/labelcfg.cxx
index aec64566437d..b5b198e4045d 100644
--- a/sw/source/ui/envelp/labelcfg.cxx
+++ b/sw/source/ui/envelp/labelcfg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: labelcfg.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 22:54:57 $
+ * last change: $Author: hr $ $Date: 2007-09-27 11:43:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,12 +50,13 @@
#include <unotools/configpathes.hxx>
#endif
+#include <unomid.h>
+
using namespace utl;
using namespace rtl;
-using namespace com::sun::star::uno;
-using namespace com::sun::star::beans;
+using namespace ::com::sun::star::uno;
+using namespace ::com::sun::star::beans;
-#define C2U(cChar) OUString::createFromAscii(cChar)
/* -----------------------------15.01.01 11:17--------------------------------
---------------------------------------------------------------------------*/
@@ -112,7 +113,6 @@ SwLabRec* lcl_CreateSwLabRec(Sequence<Any>& rValues, const OUString& rManufactur
pValues[nProp] >>= sTmp;
String sMeasure(sTmp);
USHORT nTokenCount = sMeasure.GetTokenCount(';');
- xub_StrLen nIdx = 0;
for(USHORT i = 0; i < nTokenCount; i++)
{
String sToken(sMeasure.GetToken(i, ';' ));