summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-02-15 20:24:02 +0100
committerMichael Stahl <mstahl@redhat.com>2016-02-15 20:29:34 +0100
commit3d3835973c18e94bf0165167e78851d34f26a048 (patch)
treea1804e05888010db144fac5f44f06df67ba01cf2 /smoketest
parentd3f83ffa0e85a697af2cbf50a55dd7308609cf56 (diff)
smoketest: loplugin:nullptr
Change-Id: I849e2e945a31ab37c9a24969d6e1decd69170380
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/libtest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/libtest.cxx b/smoketest/libtest.cxx
index 98607fbd9609..550ff8b9d346 100644
--- a/smoketest/libtest.cxx
+++ b/smoketest/libtest.cxx
@@ -101,7 +101,7 @@ int main (int argc, char **argv)
fprintf( stderr, "Failed to find pre-init symbol: %s\n", lok_dlerror() );
return -1;
}
- preinit( install_path, NULL );
+ preinit(install_path, nullptr);
}
Office *pOffice = lok_cpp_init( install_path );
ig/ui?h=private/lmamane/for-julien2412-master&id=89d408031bdaec1efb6731d673cd3e9cc52edaf5'>border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos 2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper 2014-03-31Resolves: fdo#63228 Printers list does not increase height with Print DialogCaolán McNamara 2014-03-31Resolves: fdo#43049 basic PPD custom options supportCaolán McNamara 2014-03-31add mnemonic widgetsCaolán McNamara 2014-03-21move remaining padmin dialogs into vclCaolán McNamara 2014-03-21move the cups password dialog from padmin to vclCaolán McNamara 2014-03-21move the fax dialog from padmin to vclCaolán McNamara 2013-12-23convert print progress dialog to .uiCaolán McNamara 2013-08-24add gtk_message_dialog_new-alike ctor for MessageDialogCaolán McNamara 2013-05-20Related: fdo#61186 add a toggle to override the paper formatCaolán McNamara 2013-02-21change lib:widget delimiter from : to -Caolán McNamara 2013-02-20various efforts to consistently apply HIG rulesCaolán McNamara 2013-02-10add 6 width border to toplevel widgets of printdialogJoren De Cuyper 2013-02-08janitorial tidyingCaolán McNamara 2013-02-08resolve fdo#60450 - Printer list is missing its border in Print dialogJoren De Cuyper 2013-02-06drop bottom paddingCaolán McNamara 2013-02-06Added dialog title, 6 px spacing on Print dialog like in 3.6, fdo#59846Robert Roth 2013-01-12default spinbuttons to left alignCaolán McNamara 2012-12-20implement small-size variant stock image buttonsCaolán McNamara 2012-11-24PrintDialog: add some space between preview and tab controlIvan Timofeev 2012-10-25remove .ui mark-up in favor of font attributesCaolán McNamara 2012-10-17make use of ability to use bold in labelsCaolán McNamara 2012-09-28set the default button on various dialogsCaolán McNamara 2012-09-28rename expander for help and remove now unused hidsCaolán McNamara 2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara