summaryrefslogtreecommitdiff
path: root/sw/source/core/swg
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-06 16:30:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-07 11:05:03 +0200
commite14b7660f622a83fe97635649674ade05fe1eb72 (patch)
treedf16ecd543f999c0872765265fb6292351ab8955 /sw/source/core/swg
parent2aa9110ed0bf8c4e678caffa1677143b3290240b (diff)
Remove SvStorage alias
Change-Id: Id07ace147ff4fd4a17d05ba3cce6408def05c9c7
Diffstat (limited to 'sw/source/core/swg')
-rw-r--r--sw/source/core/swg/swblocks.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/swg/swblocks.cxx b/sw/source/core/swg/swblocks.cxx
index b920c89bc4be..f678f7a55234 100644
--- a/sw/source/core/swg/swblocks.cxx
+++ b/sw/source/core/swg/swblocks.cxx
@@ -80,7 +80,7 @@ short SwImpBlocks::GetFileType( const OUString& rFile )
return SWBLK_NO_FILE;
if( SwXMLTextBlocks::IsFileUCBStorage( rFile ) )
return SWBLK_XML;
- if( SvStorage::IsStorageFile( rFile ) )
+ if( SotStorage::IsStorageFile( rFile ) )
return SWBLK_SW3;
//otherwise return NONE
return SWBLK_NONE;