summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorLászló Németh <laszlo.nemeth@collabora.com>2015-03-23 16:16:28 +0100
committerNémeth László <nemeth@numbertext.org>2015-03-24 07:38:04 +0000
commit9b0e09dedc76a3bc4fd7a128a3a115b328727e00 (patch)
treeea05f0ca70cf559c679f5f3bb0b7d2a107bae443 /include/sfx2
parent799a7878fd5b3a5a01b59d0a4139a2b0908ccc43 (diff)
SkipImages option for document import
This option allows images and drawings to be skipped while importing DOC and DOCX, for text-only conversion or indexing. Change-Id: Id4bfbbe48d8a8e970b1cb5922187768bf94dc918 Reviewed-on: https://gerrit.libreoffice.org/14733 Reviewed-by: Németh László <nemeth@numbertext.org> Tested-by: Németh László <nemeth@numbertext.org>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/docfile.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/docfile.hxx b/include/sfx2/docfile.hxx
index 26e3460f5e62..9e6160ea98b1 100644
--- a/include/sfx2/docfile.hxx
+++ b/include/sfx2/docfile.hxx
@@ -192,6 +192,7 @@ public:
OUString GetBaseURL( bool bForSaving=false );
void SetInCheckIn( bool bInCheckIn );
bool IsInCheckIn( );
+ bool IsSkipImages( );
SAL_DLLPRIVATE bool HasStorage_Impl() const;