summaryrefslogtreecommitdiff
path: root/linguistic/inc/hyphdta.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/inc/hyphdta.hxx')
-rw-r--r--linguistic/inc/hyphdta.hxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/linguistic/inc/hyphdta.hxx b/linguistic/inc/hyphdta.hxx
index 1d8b9f2b164d..167c11dcc65d 100644
--- a/linguistic/inc/hyphdta.hxx
+++ b/linguistic/inc/hyphdta.hxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* 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
@@ -34,8 +34,8 @@
#include <tools/solar.h>
-#include <uno/lbnames.h> // CPPU_CURRENT_LANGUAGE_BINDING_NAME macro, which specify the environment type
-#include <cppuhelper/implbase1.hxx> // helper for implementations
+#include <uno/lbnames.h> // CPPU_CURRENT_LANGUAGE_BINDING_NAME macro, which specify the environment type
+#include <cppuhelper/implbase1.hxx> // helper for implementations
namespace linguistic
@@ -49,12 +49,12 @@ class HyphenatedWord :
::com::sun::star::linguistic2::XHyphenatedWord
>
{
- ::rtl::OUString aWord;
- ::rtl::OUString aHyphenatedWord;
- INT16 nHyphPos;
- INT16 nHyphenationPos;
- INT16 nLanguage;
- BOOL bIsAltSpelling;
+ ::rtl::OUString aWord;
+ ::rtl::OUString aHyphenatedWord;
+ INT16 nHyphPos;
+ INT16 nHyphenationPos;
+ INT16 nLanguage;
+ BOOL bIsAltSpelling;
// disallow copy-constructor and assignment-operator for now
HyphenatedWord(const HyphenatedWord &);
@@ -102,10 +102,10 @@ class PossibleHyphens :
::com::sun::star::linguistic2::XPossibleHyphens
>
{
- ::rtl::OUString aWord;
- ::rtl::OUString aWordWithHyphens;
- ::com::sun::star::uno::Sequence< INT16 > aOrigHyphenPos;
- INT16 nLanguage;
+ ::rtl::OUString aWord;
+ ::rtl::OUString aWordWithHyphens;
+ ::com::sun::star::uno::Sequence< INT16 > aOrigHyphenPos;
+ INT16 nLanguage;
// disallow copy-constructor and assignment-operator for now
PossibleHyphens(const PossibleHyphens &);