diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-04-27 18:31:24 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-04-27 18:31:24 +0000 |
commit | e1d41657a237ec5bcbacde8bc5bd6a66dbfff26c (patch) | |
tree | ee502df5820b77facc6f7985bcb436c542b17d1e /sc/inc/tablink.hxx | |
parent | 137a8e5a58a3cbd7f79cee28a29fc82e66fe8f16 (diff) |
user interface for linked areas / external data sources
Diffstat (limited to 'sc/inc/tablink.hxx')
-rw-r--r-- | sc/inc/tablink.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/tablink.hxx b/sc/inc/tablink.hxx index deb2b7e1737c..45e1daac4f75 100644 --- a/sc/inc/tablink.hxx +++ b/sc/inc/tablink.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tablink.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: er $ $Date: 2001-04-21 20:31:39 $ + * last change: $Author: nn $ $Date: 2001-04-27 19:23:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -139,6 +139,8 @@ public: BOOL IsError() const; String GetTitle() const; + void ReleaseDocRef(); // without calling DoClose + static String GetOptions( SfxMedium& rMedium ); static void GetFilterName( const String& rFileName, String& rFilter, String& rOptions ); |