summaryrefslogtreecommitdiff
path: root/svx/source/dialog/docrecovery.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/docrecovery.cxx')
-rw-r--r--svx/source/dialog/docrecovery.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx
index 2f968ccfeb56..051b23356c97 100644
--- a/svx/source/dialog/docrecovery.cxx
+++ b/svx/source/dialog/docrecovery.cxx
@@ -865,7 +865,7 @@ RecoveryDialog::RecoveryDialog(vcl::Window* pParent, RecoveryCore* pCore)
get(m_pCancelBtn, "cancel");
SvSimpleTableContainer* pFileListLBContainer = get<SvSimpleTableContainer>("filelist");
- Size aSize(LogicToPixel(Size(RECOV_CONTROLWIDTH, RECOV_FILELISTHEIGHT), MAP_APPFONT));
+ Size aSize(LogicToPixel(Size(RECOV_CONTROLWIDTH, RECOV_FILELISTHEIGHT), MapUnit::MapAppFont));
pFileListLBContainer->set_height_request(aSize.Height());
m_pFileListLB = VclPtr<RecovDocList>::Create(*pFileListLBContainer, DIALOG_MGR());
/cgit/lo/core/commit/sal/Library_sal.mk?h=libreoffice-3-5-2&id=5ede1d017cb6e602db699a1b2364f9708de441c8'>add an internal api to osl to collect 'native' random numbersNorbert Thiebaud 2015-03-03Work around missing InetPtonWStephan Bergmann 2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens 2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann 2014-11-19signal.c -> signal.cxxStephan Bergmann 2014-11-19HAVE_FEATURE_CRASHDUMP instead of manual SAL_ENABLE_CRASH_REPORTStephan Bergmann 2014-11-19interlck.c -> interlck.cxxStephan Bergmann 2014-11-19time.c -> time.cxxStephan Bergmann 2014-11-19system.c -> system.cxxStephan Bergmann 2014-11-19socket.c -> socket.cxxStephan Bergmann 2014-11-19readwrite_helper.c -> readwrite_helper.cxxStephan Bergmann 2014-11-19pipe.c -> pipe.cxxStephan Bergmann 2014-11-19nlsupport.c -> nlsupport.cxxStephan Bergmann 2014-11-19mutex.c -> mutex.cxxStephan Bergmann 2014-11-19memory.c -> memory.cxxStephan Bergmann 2014-11-19filepath.c -> filepath.cxxStephan Bergmann 2014-10-24And $(ENABLE_CRASHDUMP) is "TRUE" or "", never "YES"Stephan Bergmann 2014-10-24The if(xmlout&&stackout&&checksumout) stack-walking can take obscenely longStephan Bergmann 2014-10-01sal/osl/unx/thread.c -> .cxxStephan Bergmann 2014-09-17The URE unorc is now set up in instsetoo_native/CustomTarget_setup.mkTor Lillqvist