summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewutil.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-11-26 12:44:00 +0000
committerNiklas Nebel <nn@openoffice.org>2000-11-26 12:44:00 +0000
commit28a4f049737cbab2871ebeed7f2adaafe02f56e1 (patch)
tree5d54e8d612b8bd3f7a17dbefe51d51a905734248 /sc/source/ui/inc/viewutil.hxx
parentf83dfc161448b60c50dfb82d8bdb27a133c84df2 (diff)
#80747# GetEffLanguage
Diffstat (limited to 'sc/source/ui/inc/viewutil.hxx')
-rw-r--r--sc/source/ui/inc/viewutil.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/inc/viewutil.hxx b/sc/source/ui/inc/viewutil.hxx
index f35619ae0f5d..cdb3acc6c2da 100644
--- a/sc/source/ui/inc/viewutil.hxx
+++ b/sc/source/ui/inc/viewutil.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewutil.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2000-11-24 20:06:10 $
+ * last change: $Author: nn $ $Date: 2000-11-26 13:42:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,7 @@ class SvxFontItem;
class ScChangeAction;
class ScChangeViewSettings;
class ScDocument;
+class ScAddress;
enum ScUpdateMode { SC_UPDATE_ALL, SC_UPDATE_CHANGED, SC_UPDATE_MARKS };
@@ -93,6 +94,8 @@ public:
static void PutItemScript( SfxItemSet& rShellSet, const SfxItemSet& rCoreSet,
USHORT nWhichId, USHORT nScript );
+
+ static USHORT GetEffLanguage( ScDocument* pDoc, const ScAddress& rPos );
};
// ---------------------------------------------------------------------------