From aa1b4a294da57bbc54c492c94919486a64b6866f Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 21 Feb 2015 13:48:22 +0100 Subject: Various typos Change-Id: I61d6a92e5301e07c9180d94dafec23ef1a06e0ef --- extensions/source/dbpilots/controlwizard.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/source') diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx index 7b3a2dc1f5e6..061f7659db41 100644 --- a/extensions/source/dbpilots/controlwizard.cxx +++ b/extensions/source/dbpilots/controlwizard.cxx @@ -352,7 +352,7 @@ namespace dbp Reference< XController > xController = xModel->getCurrentController(); DBG_ASSERT(xController.is(), "OControlWizard::implDeterminePage: no current controller!"); - // maybe it's a spredsheet + // maybe it's a spreadsheet Reference< XSpreadsheetView > xView(xController, UNO_QUERY); if (xView.is()) { // okay, it is one -- cgit